home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / jump_gam.swf / scripts / frame_172 / DoAction_11.as < prev    next >
Encoding:
Text File  |  2010-04-12  |  154 b   |  9 lines

  1. car.bounceUp = function()
  2. {
  3.    this.carGfx.gotoAndPlay("vertical");
  4. };
  5. car.bounceSide = function()
  6. {
  7.    this.carGfx.gotoAndPlay("horizontal");
  8. };
  9.